Docs(build): linklint is now called sphinx_linklint - #156373
Conversation
Co-authored-by: Stan Ulbrych <stan@python.org>
Documentation build overview
|
|
Thanks @nedbat for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks @nedbat for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @nedbat for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
Sorry, @nedbat, I could not cleanly backport this to |
|
Sorry, @nedbat, I could not cleanly backport this to |
|
Sorry, @nedbat, I could not cleanly backport this to |
| # Dependencies have a 14 day cooldown period to mitigate supply chain attacks, | ||
| # except for sphinx_linklint and python-docs-theme, which are maintained by | ||
| # core team members. | ||
| uv pip compile requirements.txt \ |
There was a problem hiding this comment.
The Makefile has a $(UV) var we could use here.
|
GH-156427 is a backport of this pull request to the 3.13 branch. |
|
GH-156428 is a backport of this pull request to the 3.14 branch. |
|
GH-156429 is a backport of this pull request to the 3.15 branch. |
* Docs(build): linklint is now called sphinx_linklint * Docs(build): move the lock command to the Makefile * Update Doc/Makefile Co-authored-by: Stan Ulbrych <stan@python.org> * Add a comment clarify cooldown (and excludes) and add to `make help` --------- Co-authored-by: Stan Ulbrych <stan@python.org>
It looks like I updated pylock.toml correctly.
Is there a reason we don't put thatI also addeduv pip compilecommand in the Makefile?make lockto remember the command.